home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
editor
/
editor2
/
fnlwrppr.lha
/
FinalWrapper3_12
/
DocRexx
/
Spiral.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1996-10-31
|
404b
|
17 lines
/* Spiral.rexx 1.0 (07.04.95) by NDY's */
OPTIONS RESULTS
rxport="FinalWrapperPort"
IF ~Show("P",rxport) THEN EXIT 10
ADDRESS VALUE rxport
Use MDEF
SetState SPL 1
SetMode SPL 1
SetVal XGAD 5
SetVal YGAD 5
SetVal WGAD 8
SetVal HGAD 8
SetVal TGAD "You want long texts? No problem... You could even make your favourite book run along a spinning line (provided you have tons of free memory)!"
PopFront
EXIT